home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13486 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.roadnet.ups.com!newsadm
  2. From: mwm@roadnet.ups.com (Marlin Meier)
  3. Newsgroups: comp.lang.c++,comp.lang.c,comp.object,comp.software-eng
  4. Subject: Re: Pointers are hacks in c++ (portablity hackers etc)
  5. Date: 25 Mar 1996 22:26:16 GMT
  6. Organization: Roadnet - UPS Information Services
  7. Message-ID: <4j76i9$pkt@news.roadnet.ups.com>
  8. References: <4ikb6kINN1is@mayne.ugrad.cs.ubc.ca> <DoI5Ao.AyJ@assip.csasyd.oz> <vpwa1m6wu.fsf_-_@jlbaker.async.csuohio.edu>
  9. Reply-To: mwm@roadnet.ups.com (Marlin Meier)
  10. NNTP-Posting-Host: 153.2.143.229
  11. X-Newsreader: IBM NewsReader/2 v1.2.5
  12.  
  13. In <vpwa1m6wu.fsf_-_@jlbaker.async.csuohio.edu>, jabaker@grail.cba.csuohio.edu (jason) writes:
  14. >In article <EJH.96Mar19163745@larry.gsfc.nasa.gov> ejh@larry.gsfc.nasa.gov (Edward Hartnett) writes:
  15. >> Hmmm. Most of what I would call hacked code is not code that violates
  16. >> the standard by depending on undefined behaviour, but rather code that
  17. >> does weird (but usually standard conforming) things with memory or
  18. >> pointers.
  19. >
  20. >
  21. >I'm posting because I think I see a disturbing trend in c++.
  22. >Programmers seem to have an unreasoning fear of pointers in general:
  23.  
  24. I have found a book that deals with c++ pointers and pointer fear
  25. exclusivly.  464 pages about pointers and memory management!  This is
  26. what I have been looking for.  The book is:
  27.  
  28. C++ Pointers and Dynamic Memory Management
  29. by Michael C. Daconta
  30. published by John Wiley & Sons
  31.  
  32. Some chapters I an especially glad to see are about pointers to pointers,
  33. the this pointer, and pointers to functions.
  34.  
  35. Marlin Meier
  36.  
  37.  
  38.  
  39.  
  40.